home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / gfx-0_17.lha / graphics-0.17 / PORTING < prev    next >
Text File  |  1991-03-12  |  680b  |  16 lines

  1. If your machine type is not specified in the Makefile, there are
  2. several files you may need to edit in order to install GNU graphics.
  3.  
  4. Makefile: You will need to edit the Makefile to define a target for
  5. your machine type.
  6.  
  7. include/sys-defines.h: Each source file which needs system include
  8. files such as stdio.h, ctype.h, math.h, and string.h include the file
  9. include/sys-defines.h.  You can edit the file include/sys-defines.h in
  10. order to specify the proper system include files for most the source
  11. files here.
  12.  
  13. xplot/Makefile: You may have to modify the makefile to specify the
  14. location of the X include files and libraries if they are not in
  15. /usr/include/X11 and /usr/lib/X11.
  16.